Einhugur macOS Bridge plugin.

NSDictionary.FromIntegerPtr Method

Constructs NSDictionary object from Integer handle coming from declares or 3rd party plugin.

shared FromIntegerPtr(
   dictIntPtr as Integer) as EinhugurCoreBridge.NSDictionary

Parameters

dictIntPtr
Integer handle coming from declare or 3rd party plugin that points to live NSDictionary object.

Returns

EinhugurCoreBridge.NSDictionary

Remarks

Do not pass integer in here that is not actually NSDictionary handle, doing so would generate crash.

The NSDictionary class will handle retaining the object once and releasing once the object once the NSDictionary class is no longer used.

See Also

NSDictionary Class